From: Jérémy Lal Date: Sun, 7 Dec 2025 23:23:49 +0000 (+0100) Subject: compile v8 without zlib static lib X-Git-Tag: archive/raspbian/22.22.0+dfsg+_cs22.19.6-1+rpi1^2^2~4 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/success//%22mailto:kde%40ewsoftware.de/%22/%22http:/www.example.com/cgi/success/%22mailto:kde%40ewsoftware.de/%22?a=commitdiff_plain;h=48507cf984cb68c418be6170e687d830effffb0e;p=nodejs.git compile v8 without zlib static lib Last-Update: 2023-12-16 Forwarded: https://github.com/nodejs/node/issues/33848 it should have a minor performance impact Gbp-Pq: Topic deps Gbp-Pq: Name v8-no-static-zlib.patch --- diff --git a/tools/v8_gypfiles/features.gypi b/tools/v8_gypfiles/features.gypi index 1193bf6a8..e122d007d 100644 --- a/tools/v8_gypfiles/features.gypi +++ b/tools/v8_gypfiles/features.gypi @@ -295,7 +295,7 @@ # Compile V8 using zlib as dependency. # Sets -DV8_USE_ZLIB - 'v8_use_zlib%': 1, + 'v8_use_zlib%': 0, # Enable Sparkplug # Sets -DV8_ENABLE_SPARKPLUG. diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index cb82d4f15..e38d3d28b 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -1083,7 +1083,6 @@ 'run_torque', 'v8_internal_headers', 'v8_maybe_icu', - 'v8_zlib', 'v8_pch', 'fp16', 'abseil.gyp:abseil',